home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / WodSource.wo / WodSource.wod < prev    next >
Encoding:
Text File  |  1996-03-01  |  286 b   |  17 lines

  1. ////////////////////////
  2. //  SourceSplitView
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. WodFileString: ComponentFileString {
  8.     componentName = componentName;
  9.     extension = "wod";
  10. };
  11.  
  12. TitleBox: TitleBox {
  13.     value = titleString;
  14.     fontColor = "#ff0000";
  15.     fontSize = 4;
  16. };
  17.